-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: close and recreate destination connections during syncflow when needed #1735
Conversation
why is this needed? |
This was to try and fix read timeouts on clickhouse on one of the customers. We are opening connections at the start of pull but we re-need it only when starting the push. |
Better would be to lazily open connection after constructor called. First dstConn is only looking up data from catalog |
That also makes sense |
No description provided.